home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flyinf.dir / 00024_l.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  176 b   |  10 lines

  1. on mouseDown
  2.   set the castNum of sprite 9 to 34
  3.   updateStage()
  4.   if field "Link" contains "dry fly" then
  5.     go(1, "DRYFLY.DIR")
  6.   else
  7.     go(1, "SUBSURF.DIR")
  8.   end if
  9. end
  10.